home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14035 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  801 b 

  1. Path: news.iadfw.net!usenet
  2. From: edham@airmail.net (Edward Ham)
  3. Newsgroups: comp.lang.c
  4. Subject: Stack Question
  5. Date: Thu, 11 Apr 1996 15:01:28 GMT
  6. Organization: Guest user
  7. Message-ID: <4kivs9$32b@airnews.iadfw.net>
  8. NNTP-Posting-Host: dal01-20.ppp.iadfw.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I am trying to rid several pgms of setjump's to compile under the .cpp
  12. extension for a slow migration to eventual C++ Object code.
  13.  
  14. My question is this: Is there any other way to copy the stack and 
  15. registers in C?  Will I have to do this in assembler?  I can't use the
  16.  
  17. C++ Try-Throw-Catch because it uses MFC and that makes the code 
  18. too large.
  19.  
  20. Any help would be appreciated.  If the only answer is assembler - a
  21. little direction might help, since I have only had 3070 Assembly.
  22.  
  23. Thanks,
  24.  
  25. - Ed Ham 
  26.  
  27.